ActiveReports 8
From(Action[]) Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace > DisposablesCollection Class > From Method : From(Action[]) Method

actions

Glossary Item Box

Initialized new collection for another list of actions

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function From( _
   ByVal ParamArray actions() As System.Action _
) As DisposablesCollection
C# 
public static DisposablesCollection From( 
   params System.Action[] actions
)

Parameters

actions

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also